The PELogOnInfo4 structure was specially designed for 4
Type PELogOnInfo4
StructSize As Integer
ServerName As String * PE_SERVERNAME_LEN
DatabaseName As String * PE_DATABASENAME_LEN
UserID As String * PE_USERID_LEN
Password As String * PE_PASSWORD_LEN
End Type
Specifies the size of the PELogOnInfo4 structure. You must initialize this member to the size of whatever it is, for example, info.StructSize = PE_SIZEOF_LOGON_INFO4. | |
Specifies the logon name for the server used to create the report. For ODBC, use the data source name. * | |
Specifies the logon name for the database used to create the report. * | |
Specifies the password necessary to log on the server. When you are using this structure to retrieve information using the crPEGetNthTableLogOnInfo function, the Password parameter is undefined. | |
*When you pass an empty string ("") for this parameter, the program uses the value that is already set in the report. If you want to override a value that is already set in the report, use a non |
Seagate Software IMG Holdings, Inc. http://www.seagatesoftware.com Support services: http://support.seagatesoftware.com |